home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / address / 3pre.tex (.txt) < prev    next >
LaTeX Document  |  1993-11-28  |  1KB  |  42 lines

  1. %%% ============================================================
  2. %%%  @LaTeX-style-file{
  3. %%%    author            = "Michael Wester",
  4. %%%    version           = "1.0",
  5. %%%    date              = "July 1991",
  6. %%%    time              = "NULL",
  7. %%%    filename          = "3pre.tex",
  8. %%%    address           = "Math & Stat Department
  9. %%%                         University of New Mexico
  10. %%%                         Albuquerque, NM  87131",
  11. %%%    telephone         = "NA",
  12. %%%    FAX               = "NA",
  13. %%%    checksum          = "NA",
  14. %%%    email             = "wester@spectre.unm.edu (Internet)",
  15. %%%    codetable         = "ISO/ASCII",
  16. %%%    keywords          = "LaTeX, TeX, formletter, mailing labels",
  17. %%%    supported         = "yes",
  18. %%%    docstring         = "Preamble for 3across",
  19. %%%  }
  20. %%% =================================================================
  21. \def\DEFAULTletter{3across}
  22. \breakupfalse
  23. \ifundefined{LaTeX}               % TeX
  24.    \voffset=-.795in
  25.    \hoffset=-.75in
  26.    \vsize=11in
  27.    \hsize=8.5in
  28.    \parindent=0in
  29.    \nopagenumbers
  30.    \raggedbottom
  31.    \def\\{\hfil\break}
  32. \else                             % LaTeX
  33.    \documentstyle{letter}
  34.    \topmargin -.795in
  35.    \headheight 0in
  36.    \headsep 0in
  37.    \oddsidemargin -.75in
  38.    \textheight 11in
  39.    \textwidth 8.5in
  40.    \pagestyle{empty}
  41.    \raggedbottom
  42.